home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Funny Day / card_9264.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  351 b   |  19 lines

  1. -- card: 9264 from stack: in
  2. -- bmap block id: 7105
  3. -- flags: 0000
  4. -- background id: 2592
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global switch
  9.   if switch is 1 then
  10.     wait 200
  11.     play "Harpsichord" tempo 500 c5 b a g f e d c4 b a g f e d c3
  12.     go next
  13.   else if switch is 2 then
  14.     visual effect dissolve
  15.     go next
  16.   end if
  17. end idle
  18.  
  19.